home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1482.dms / var1482.adf / Scripts / wavetest.mc < prev    next >
Text File  |  1994-07-07  |  270b  |  35 lines

  1.  
  2.  
  3.  
  4. waves wavy { 
  5.     scale    1.0
  6.     size    .3
  7. }
  8.     
  9.  
  10. color yellow {
  11.     diff    <1, 1, 0>
  12.     amb        <.5, .5, .5>
  13. }
  14.  
  15. maxaadepth 0
  16.  
  17.  
  18. lamp {
  19.     loc        <10, 15, 7>
  20.     color    <.8, .8, .8>
  21. }
  22.  
  23.  
  24. sphere {
  25.     texture    wavy
  26.     patt    yellow
  27.     loc        <0, 0, 0>
  28.     radius    5
  29. }
  30.  
  31. camera {
  32.     loc        <20, 0, 0>
  33.     target    <0, 0, 0>
  34. }
  35.